You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
RandGauss Method
>
MtxExpr.RandGauss Method (int, int, [In] TMtxFloatPrecision, double, double)
Dew Math for .NET
MtxExpr.RandGauss Method (int, int, [In] TMtxFloatPrecision, double, double)
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
RandGauss Method
Collapse All
Returns random values with gaussian distribution.
Syntax
C#
Visual Basic
public
static
Matrix
RandGauss
(
int
Rows
,
int
Cols
, [In]
TMtxFloatPrecision
FloatPrecision
,
double
aMean
,
double
AStdDev
);
Public
static
Function
RandGauss
(
Rows
As
Integer
,
Cols
As
Integer
,
FloatPrecision
As
[In]
TMtxFloatPrecision
,
aMean
,
AStdDev
)
As
Matrix
Remarks
Internally calls
Matrix.RandGauss
Group
RandGauss Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
RandGauss Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!